home *** CD-ROM | disk | FTP | other *** search
- .K ""
- ;!Execute
-
- AskReq H Information M "This script will install WComm to your system|Do you want to proceed ?" P "OK" N "Quit"
-
- if NOT WARN
- QUIT
- ENDIF
-
- Set DST ""
-
- Set DST `AskReq H "Installing WComm ..." M "Please tell me the location|where I should copy the WComm binary to" S G "ENVARC:"`
-
- if $DST EQ ""
- QUIT
- ENDIF
-
- AskReq H Information M "I will now copy WComm to|'$DST'|Do you want to proceed ?" P "OK" N "Quit"
-
- if NOT WARN
- QUIT
- ENDIF
-
- Copy WComm $DST
- Copy WComm.info $DST
-
- SET CFG ""
-
- SET CFG `AskReq H Infomation M "WComm to $DST copied ...|WComm needs also some configurations|files. Where should I copy theses to ?" S G "ENVARC:"`
-
- if $CFG EQ ""
- QUIT
- ENDIF
-
- AskReq H Information M "I will now copy the configuration files to|'$CFG'|Do you want to proceed ?" P "OK" N "Quit"
-
- if NOT WARN
- QUIT
- ENDIF
-
- Copy WComm.prefs#? $CFG
- Copy XWindow.prefs#? $CFG
- Copy XWindow.prefs#? $CFG
- Copy Notify.prefs#? $CFG
-
- AskReq H Infomation M "All files copied succesful...|Installtion finished."
-
- QUIT
-